/*标签样式初始化*/
div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin: 0px; padding: 0px;list-style: none;border: 0px;}

/*公共样式部分*/
body {color: #666;margin: 0 auto;background-color: #fff; font-family: "Microsoft YaHei";overflow-x: hidden; font-size:14px;}
#copy { display: none;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a {color: #666; text-decoration: none;}
a:hover { color:#059bfa;text-decoration: none; border-bottom-style:}

.bg{ width: 100%; min-width: 1300px; position: relative;}
.box{margin: 0 auto;width: 100%;min-width: 1300px; max-width:1600px; padding:0 5%;}

.fl { float: left;}
.fr {float: right;}

/*左右浮动清除*/
.clear { clear: both;height: 0px; overflow: hidden;}

@keyframes hover{
    0%{transform:scale(1)}
    25%{transform:scale(.6)}
    50%{transform:scale(1)}
    75%{transform:scale(1.2)}
    100%{ttransform:scale(1)}
}



/*间隙*/
.top10 {padding-top: 10px;}
.top20 {padding-top: 20px;}
.top30 {padding-top: 30px;}
.top40 {padding-top: 40px;}
.top50 {padding-top: 50px;}
.top60 {padding-top: 60px;}
.top70 {padding-top: 70px;}
.top80 {padding-top: 80px;}
.top90 {padding-top: 90px;}
.top100 {padding-top: 100px;}


/*英文样式*/
.font_en {font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;font-weight: normal;}
.en {font-family: Arial, Helvetica, sans-serif;font-weight: normal;}

/*标题*/
.t{text-align: center;padding-top:90px;line-height: 50px;}
.t p{font-size: 40px;color: #000;font-weight: bold;}
.t span{font-size: 18px;color: #444;}


/*抬头*/
#head_bg{width: 100%;height:138px;z-index: 9999;  transition: 0.2s all ease-in-out; background:#fff; position: relative;}
.head{width:96%; margin:0 auto;}
.logo{margin-top:30px;}
.name{margin-top:36px; padding-left:2vw;}
.name p{font-size:24px;color: #059bfa;font-weight: bold;}
.name a{display:inline-block; color: #333; line-height:30px; text-align:center; box-shadow: 0 0 20px rgba(0,0,0,0.05); margin-top:10px; padding:0 40px; font-size:18px;border-radius:30px;}


/*栏目*/
.nav{margin-left: 4vw;}
.NavCeshi > li {float: left;top: 0px;padding: 0 1.2vw;-webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: relative;}
.NavCeshi > li > a { display: block; text-align: center; transition: 0.2s all ease-in-out;position: relative; z-index: 55555;height:138px;line-height:138px;font-size: 16px;color: #000; }

.NavCeshi > li > a:after{ content: ''; display: block; width: 0%; height:5px; -webkit-transition: 0.2s all ease-in-out; transition: 0.2s all ease-in-out; position: absolute; left:0; bottom: 0px; right:0; margin:auto;}
.NavCeshi > li.navcurrent > a, .NavCeshi > li:hover > a{color:#059bfa;}
.NavCeshi > li:hover > a{transform: scale(1.1);}

/*下拉导航*/
.nav2{ position: absolute; top:100%; z-index: 9999; width:500px; height:0; transition:all linear 0.3s; background:rgba(255,255,255,1);     overflow: hidden;     box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.nav2 a{display: block; width:100%; height:44px; line-height:44px; font-size:15px;  color:#333; text-align:left; transition:all linear 0.3s; }
.nav>ul>li:hover .nav2{ height:auto; z-index:9;padding:26px 40px 40px;}
.nav2 a:hover{color:#059bfa;}
.nav2_l{width:40%;}
.nav2_r{width:60%; padding-top:14px;}
.nav2_r img{width:100%; border:1px #eee solid;}

#aa5 .nav2,#aa6 .nav2{right:0;}

@media (max-width: 1920px) and (min-width: 1860px){
.NavCeshi > li{padding: 0 1.8vw;}
}
@media (max-width: 1859px) and (min-width: 1780px){
.NavCeshi > li{padding: 0 1.5vw;}
}
@media (max-width: 1779px) and (min-width: 1720px){
.NavCeshi > li{padding: 0 1.5vw;}
}
@media (max-width: 1719px) and (min-width: 1680px){
.NavCeshi > li{padding: 0 1.4vw;}
}
@media (max-width: 1679px) and (min-width: 1560px){
.nav{margin-left: 2vw;}
.NavCeshi > li{padding: 0 1.3vw;}
}
@media (max-width: 1559px) and (min-width: 1400px){
.NavCeshi > li{padding: 0 0.8vw;}
.NavCeshi > li > a{font-size:15px;}
.head{width:98%;}
}
@media (max-width: 1399px) and (min-width: 1200px){
.head{width:100%;}
.NavCeshi > li{padding: 0 0.6vw;}
.NavCeshi > li > a{font-size:14px;}

}

/*栏目结束*/



.nav_tel,.search{width:44px; height:44px;border-radius: 100%; margin-top:48px; }
.nav_tel{position: relative;}
.nav_tel{background:#059bfa url(//memberpic.114my.cn/hzdashun/uploadfile/image/20211103/20211103143919_1526072139.png)no-repeat center;}
.nav_tel p{position: absolute;color:#059bfa;font-family: "Arial"; font-size:20px;transition: 0.3s all ease;  transform-origin: top;  transform: rotateX(90deg); width:340px; top:90px; right:0;background:#fff; line-height:50px; text-align:center; border-radius: 100px; box-shadow: 0 0 50px rgba(0,0,0,0.1); }
.nav_tel:hover p{transform: rotateX(0);}

/*搜索*/
.search{background:#eee url(//memberpic.114my.cn/hzdashun/uploadfile/image/20211103/20211103144239_560244006.png) no-repeat center;margin-right:1vw;cursor: pointer;}

.search:hover .slideDown{opacity: 1;height: 190px;}
.search .slideDown{text-align: center; font-size: 0; overflow: hidden; position: absolute; right: 0; top: 100%; width: 100%; height: 0px;background: rgba(0, 0, 0, 0.7);z-index: 8;opacity: 0;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;border-radius: 0px 0px 10px 10px;}
.search .slideDown .searchBox{ overflow: hidden; display: inline-block; width: 1010px; height: 60px; margin-top: 50px; margin-bottom: 15px; background: #fff; border-radius: 50px;}
.search .slideDown .searchBox{*display: inline}
.search .slideDown .searchHot,.search .slideDown .searchHot a{ font-size: 15px; color: #fff;}
.search .slideDown .searchBox input[type='text']{ font-size: 14px; color: #666; float: left; width: 840px; height: 100%; border: none; outline: none; background: none; line-height: 60px; margin-left: 25px; font-size: 14px; color: #666;}
.search .slideDown .searchBox button[type='submit']{ cursor: pointer; float: right; margin-right: 15px; width: 60px; height: 60px; border: none; }
.search-bg{width: 956px;height: 60px;line-height:60px;    padding-left: 20px;    float: left;}
.search-i {width: 32px;overflow: hidden;height: 20px;float: left;margin-top: 20px;}
@-webkit-keyframes "warn" {
    0% {transform: scale(0.5);-webkit-transform: scale(0.5);opacity: 0.5;}
    50% {transform: scale(0.5);-webkit-transform: scale(1);opacity: 0.0;}
    100% {transform: scale(0);-webkit-transform: scale(0);opacity: 0.0;}
    
}


/*幻灯片*/
.banner-box,.banner-box .bd li{height:800px;background: #000;}
.banner-box .banner-btn a.prev{background-image:url(//memberpic.114my.cn/025104/uploadfile/image/20211123/20211123205500_395929594.png);}
.banner-box .banner-btn a.next{background-image:url(//memberpic.114my.cn/025104/uploadfile/image/20211123/20211123205520_1136977421.png);}
.banner-box .hd ul li.on{background:#fff;}
.banner-box{min-width:1300px;position:relative;overflow:hidden;margin: 0 auto;z-index: 5;}
.banner-box .bd{ width:100% !important;}
.banner-b{position: absolute;bottom: 0;}
.banner-box .bd li{width:100% !important;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn a{display:block;width:40px;height:40px;position:absolute;opacity:0.8;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all linear; top:46%;background-repeat:no-repeat; }
.banner-btn a.prev{left:2%;} 
.banner-btn a.next{right:2%;}

.banner-box .hd {position:absolute;bottom:6%;width: 100%;display: block;}
.banner-box .bd ul{width:100% !important;}
.banner-box .hd ul{ text-align: center;}
.banner-box .hd ul li{ width:20px; height:10px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ width: 32px;}


/*实力*/
.num_c{}
.num_c>ul{display: flex;}
.num_c>ul>li{width: 20%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.num_c>ul>li>p>b{position: relative;}
.num_c>ul>li>p>b>i{display: inline;font-size: 56px;color: #333;font-weight: bold; font-family: "akrobat-regular";font-style: normal;}
.num_c>ul>li>p>b>span{display: inline-block;position: absolute;font-size: 16px;color: #fff;background: url(//memberpic.114my.cn/022848/uploadfile/image/20210928/20210928194751_1694117420.png) no-repeat center;width: 37px;height: 18px;text-align: center;line-height: 18px; font-weight:100;}
/*.num_c>ul>li:last-child>p>b>span{font-size: 14px;}*/
.num_c>ul>li>div{font-size: 17px;color: #666;margin-top: 34px;position: relative;}
.num_c>ul>li>div:after {
    position: absolute;
    content: "";
    width: 23px;
    height: 1px;
    background: #e3e3e3;
    top: -24px;
    left: 50%;
    margin-left: -11px;
}



/*留言*/
.fixed-pop {display: none;position: fixed;top: 0;left: 0;height: 100%;width: 100%;background: rgba(0,0,0,.7);text-align: center;z-index: 9999;}

.fixed-pop .content+i {display: inline-block;vertical-align: middle;height: 100%;}

.fixed-pop .content {max-width: 780px;width: 90%;background: #FFFFFF;display: inline-block;vertical-align: middle;position: relative;border-radius: 5px;overflow: hidden;}

.fixed-pop .close {cursor: pointer;position: absolute;top: 12px;right: 12px;width: 40px;height: 40px;background-image: url(//memberpic.114my.cn/haoxuanzs/uploadfile/image/20210731/20210731183221_964488393.png);background-size: cover;}

.fixed-pop .con {padding: 45px 70px 65px;text-align: left;}

.fixed-pop .tit {margin-bottom: 30px;position: relative;text-align: center;font-size: 26px;color: #333333;padding-bottom: 20px;font-weight: bold;letter-spacing: 2px;}

.fixed-pop .tit:after {content: "";position: absolute;bottom: 0;left: 50%;margin-left: -17px;width: 34px;height: 2px;background: #1a8ff9;}

.fixed-pop .in {margin-bottom: 20px;float: left;width: 45%;margin-right: 4%;}

.fixed-pop .in:last-child {margin-right: 0;}

.fixed-pop .in input {width: 100%;height: 46px;border: 1px solid #e5e5e5;padding: 10px 20px;line-height: 24px;font-size: 14px;border-radius: 2px;}
.fixed-pop .button input {width: 100%;height: 46px;line-height: 46px;background: #1a8ff9;color: #FFFFFF;font-weight: bold;letter-spacing: 2px;border-radius: 2px;}

.fixed-pop .button input:hover {background: #1a8ff9;}

.fixed-pop .box {max-width: 540px;margin: 0 auto;position: relative;padding-right: 120px;}

.fixed-pop .box .in {padding: 0 25px;position: relative;border: 1px solid #e5e5e5;border-radius: 2px;overflow: hidden;}

.fixed-pop .box .in span {position: absolute;top: 5px;left: 10px;font-size: 14px;color: #ff0000;}

.fixed-pop .box .in input {width: 100%;font-size: 12px;padding: 0;line-height: 30px;height: 30px;border: none;}

.wlht{width: 94%;    height: 46px;     border: 1px solid #e5e5e5;   padding: 10px 20px;    margin-bottom: 10px;    overflow: hidden;}
.wlht input { border: none;line-height: 26px; width:100%; }
.fixed-pop .box .select-in {padding: 0;}

.fixed-pop .box select {padding: 0 18px;width: 100%;height: 30px;line-height: 30px;border: none;font-size: 12px;color: #999999;}

.fixed-pop .box .right {position: absolute;top: 0;right: 0;width: 85px;height: 85px;background: #1a8ff9;color: #FFFFFF;font-size: 14px;padding: 20px 10px;line-height: 22px;text-align: center;border-radius: 2px;}

.fixed-pop .box .right input {position: absolute;top: 0;left: 0;background: none;border: none;width: 85px;height: 85px;}
.fixed-pop .box-text {margin-top: 15px;color: #8a8a8a;text-align: center;letter-spacing: 1px;}

.fixed-pop .box-text span {font-size: 16px;}

.fixed-pop .box-text i {font-style: normal;color: #1a8ff9;font-size: 20px;}

.fixed-pop .box-text em {font-style: normal;padding-left: 80px;color: #1a8ff9;font-size: 16px;position: relative;}

.fixed-pop .box-text em:before {content: "";position: absolute;top: 50%;margin-top: -3px;left: 40px;width: 6px;height: 6px;border-radius: 50%;background: #1a8ff9;}

 @media screen and (max-width:600px) {

.fixed-pop .close {width: 25px;height: 25px;}

.fixed-pop .con {padding: 30px 20px;}

.fixed-pop .tit {margin-bottom: 30px;font-size: 20px;}

.fixed-pop .in {margin-bottom: 15px;width: 100%;}

.fixed-pop .box {padding-right: 0;}

.fixed-pop .box .right {width: 100%;position: relative;top: auto;right: auto;padding: 10px;height: 40px;line-height: 20px;}

.fixed-pop .box .right br {display: none;}

.fixed-pop .box-text em {display: block;padding-left: 0;}

.fixed-pop .box-text em:before {display: none;}
}


.mask {position: fixed;bottom: 0;right:100%;width: 100%;height: 70px;background: rgba(4,4,4,.71);background-image:url(//memberpic.114my.cn/022848/uploadfile/image/20211206/20211206142353_1049224171.png);background-position: center center;z-index: 1001;}
.closeee{background: url("//memberpic.114my.cn/haoxuanzs/uploadfile/image/20210731/20210731183246_749035405.png")  no-repeat center center;}
.mask .gotoCenter {display: block;width: 1000px;height: 140px;margin: 0 auto;}
.mask .closeee {position: absolute;top: 0;right: 100px;margin-right: 0px;width: 40px;height: 100%;cursor: pointer;}
.clickarea{position: absolute;top: 0;right: 200px;margin-right: 0px;width: 100%;height: 100%;cursor: pointer;}
.thumbnail {position: fixed;left: 0px;bottom: 0px;width: 184px;height: 124px;cursor: pointer;}
@-webkit-keyframes rotate {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}




/*优势*/
.power li{float: left; width:19.4%; height:714px; color: #fff;  transition:0.3s all ease;  position: relative; overflow: hidden; cursor: pointer;}
.power li+li{margin-left: 0.6%; }
.power li.on{width:40%;}
.power li:nth-child(1){background:url(//memberpic.114my.cn/022848/uploadfile/image/20211207/20211207154450_1288295796.jpg)no-repeat center;}
.power li:nth-child(2){background:url(//memberpic.114my.cn/022848/uploadfile/image/20211207/20211207155314_1458581797.jpg)no-repeat center left;}
.power li:nth-child(3){background:url(//memberpic.114my.cn/022848/uploadfile/image/20211207/20211207155040_606867999.jpg)no-repeat center left;}
.power li:nth-child(4){background:url(//memberpic.114my.cn/022848/uploadfile/image/20211207/20211207155349_1619035937.jpg)no-repeat center;}
.power_w{ width: 100%; height: 100%; background:rgba(0,0,0,0.6); text-align: center; padding-top:250px;}
.power_w p{font-size: 30px; font-weight: bold; line-height: 40px;}
.power_w dd{font-size: 24px; font-weight: bold; font-family: "Tw Cen MT";  }
.power_w dd:before{content:""; display:block;  width: 1px; height: 146px; background:rgba(255,255,255,0.4);  margin:80px auto; }
.power li.on .power_w{opacity: 0;}
.power_ww{ height: 250px; width: 100%; padding:40px 46px; background: #059bfa; position: absolute; bottom:0; transition:0.5s all linear; margin:auto; left:0; right:0; overflow: hidden;  opacity: 0; bottom:-50px; }
.power li.on .power_ww{  opacity: 1; bottom:0; }

.power_ww p{font-size: 30px; border-bottom:1px dotted rgba(255,255,255,0.2); font-weight: bold; line-height:60px; padding-bottom:10px; margin-bottom:20px; }
.power_ww p:after{font-size: 30px;  font-family: "Tw Cen MT"; display: block; float: right; opacity: 0.5; }
.power li:nth-child(1) .power_ww p:after{content:"01";}
.power li:nth-child(2) .power_ww p:after{content:"02";}
.power li:nth-child(3) .power_ww p:after{content:"03";}
.power li:nth-child(4) .power_ww p:after{content:"04";}
.power_ww span{ font-size: 15px;  line-height: 30px; }




/*产品中心*/
.program_a a{display: block;float: left;width: calc(100%/6);height:70px;background: #f5f5f5;text-align: center;font-size: 16px;line-height: 70px;}
.program_a a+a{border-left:1px #e5e5e5 solid;}
.program_d dl{height:625px !important;}
.program_l{width: 49%;overflow: hidden;height:625px;position: relative;}
.program_l p{position: absolute;top: 40%;left: 0px;right: 0px;bottom: 0px;margin: 0 auto;width: 120px;text-align: center;height:120px;background: #059bfa;border-radius: 50%;line-height: 120px;color: #fff;font-size:16px;z-index:2;}
.program_a a.on{background: #059bfa;color: #fff;}


.prod_d .progdwz2021 li{float: left;width: 23.5%;position: relative;overflow: hidden;text-align: center;}
.prod_d .progdwz2021 li+li{margin-left: 2%;}
.prod_d .progdwz2021 ul+ul li{margin-top: 2%;}
.prod_d .progdwz2021 li img{display: block;width: 100%;height: 100%;transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;}
.prod_d .progdwz2021 li br{display: none;}
.prod_d .progdwz2021 li span{display: block;width: 100%;height: 55px;line-height:55px;background: #fff;position: relative;z-index: 2;}
.prod_d .progdwz2021 li span a{font-size:16px;}
.prod_d .progdwz2021 li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}


/*配套设备*/
.match_bg{background:#f5f5f5;padding-bottom: 90px;}
.match_t{text-align: left;}
.match_d .tempWrap{width:100% !important;}
.match_d ul{display:block;}
.match_d li{float:left;overflow: hidden;transition: 0.3s ease all;display:block;width:300px;margin-right:20px;text-align: center;}
.match_d li br{display:none;}
.match_d li span a{color: #666;font-size: 16px;display:block;}
.match_d li img{transition: all linear 0.5s;-moz-transition: all linear 0.5s;-ms-transition: all linear 0.5s;-webkit-transition: all linear 0.5s;width:100%;height:100%}
.match_d li:hover img{-webkit-transform: scale(1.12, 1.12);transform: scale(1.12, 1.12);}
.match_d li span{height:40px;line-height:40px;position: relative;z-index: 2;background: #fff;}


/*简介*/
.com_bg{padding-top: 100px; height: 550px; background-image: url(//memberpic.114my.cn/022848/uploadfile/image/20211207/20211207164400_203612512.jpg); background-attachment: fixed; background-position: center; }
.com_w{ text-align:center; }
.com_w h3{font-size: 40px; color: #fff; }
.com_w span{color: #fff; font-size:18px;  line-height: 40px;}
.com_w dd{font-size: 15px; line-height: 32px; padding: 3vw 0; color:#fff;}
.com_w a{display: block; width: 170px; height: 40px; line-height: 40px; background: #059bfa; color: #fff; font-size: 16px; text-align: center; border-radius: 100px; transition: 0.3s ease all; margin:0 auto;}
.com_w a:hover{width: 250px;}



.com_b{position: relative;text-align:center; margin-top:70px; padding:4vw; background: #fff;box-shadow: 0 0 100px rgba(0,0,0,0.1);}

.com_b ul li{display:inline-block;  width:23%; margin-right:2vw; transition: 0.3s ease all;position: relative; }
.com_b ul li>a{display: block;overflow: hidden; transition: 0.3s ease all;border:1px #eee solid;}
.com_b .tempWrap{width:100% !important;  }
.com_b img{width:100%;-webkit-transition: 0.3s ease all;transition: 0.3s ease all;height:auto;}
.com_b li:hover img{transform: scale(1.1);}
.com_b li p{    position: absolute; bottom:0; width:100%; height:40px; line-height:40px; background:rgba(0,0,0,0.4);}
.com_b li p a{ font-size:15px; color:#fff;}
.com_btn{background-color:rgba(0,0,0,0.3); background-image:url(//memberpic.114my.cn/hndtrf/uploadfile/image/20211130/20211130092239_2015583381.png);  background-repeat:no-repeat; background-position: center; width: 40px;height: 84px;position: absolute;top: 38%;cursor: pointer;}
.com_btn.btnl{left:0;}
.com_btn.btnr{right: 0;transform: rotate(180deg);}


/*新闻*/
.news_bg{background:#f5f5f5;}
.news_t{border-bottom:1px #e1e1e1 solid; padding: 90px 0 50px 0; }
.news_tl p{font-size: 40px; color: #000;}
.news_tl span{font-size: 18px; }
.news_tl,.news_tr{display: inline-block;}
.news_tr a{display: inline-block; margin-left: 110px;margin-top: -20px;}
.news_tr a p{font-size: 20px; color: #222;}
.news_tr a span{font-size: 12px; color: #ccc; font-family: "Arial"; text-transform: uppercase; }
.news_tr a:before{content:""; display: block; width: 56px; height: 56px; border-radius: 100%; background-color: #e1e1e1;  margin: -10px 14px 0 0; position: relative;top: 50px;left: -70px;  transition: 0.3s ease all; background-image: url(//memberpic.114my.cn/hndtrf/uploadfile/image/20211130/20211130092414_401767793.png); }
.news_tr a:nth-child(1):before{background-position: 0 0;}
.news_tr a:nth-child(2):before{background-position: -56px 0;}
.news_tr a:nth-child(3):before{background-position: -112px 0;}
.news_tr a.on:before{background-color: #059bfa; background-position-y: -56px;}

.news_div .news_div_item{position: relative; float:left; }
.news_div .news_div_item:first-child{width:40%; height:750px; border-right:1px #e1e1e1 solid; padding:40px 60px 100px 0;background:#f5f5f5;    z-index: 2;}

.news_div .news_div_item:nth-child(n+2){width:60%; padding:40px 0 40px 4%;  border-bottom:1px solid #e1e1e1; height:250px;}
.news_div .news_div_item:nth-child(n+2) .news_div_item_pic{float:left; width:30%; height:168px; }
.news_div_item_pic{overflow: hidden;}
.news_div_item_pic img{width:100%; }
.news_div .news_div_item:last-child{border-bottom:0; }
.news_div_item_date{position: absolute; text-align:center; width:10%; color:#aaa; top:30%;}
.news_div_item_year,.news_div_item_month{display:inline-block; font-size:16px; margin-top:50px;}
.news_div_item_day{font-size:40px;    position: absolute; left:0; right:0; top:0; margin:auto;  }

.news_div_item_content {position: absolute; }
.news_div .news_div_item:first-child .news_div_item_pic{height:394px;}
.news_div .news_div_item:first-child .news_div_item_content{top:460px;width:66%;}
.news_div .news_div_item:first-child .news_div_item_date{width:16%;right:60px; top:66%;}

.news_div .news_div_item:nth-child(n+2) .news_div_item_date{right:0; top:34%; }
.news_div .news_div_item:nth-child(n+2) .news_div_item_content{left:38%; top:40px; width:48%; }
a.news_div_item_a{font-size:18px; color:#222; line-height:50px;     display: block; position: absolute; width: 100%; height:100%;}
.news_div_item_body{font-size:15px; line-height:26px; color:#999; margin-top:50px;  overflow : hidden; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.news_div_item_body:after{content:"";  display: block; width:28px; height:28px; background-image: url(//memberpic.114my.cn/hndtrf/uploadfile/image/20211130/20211130092314_1293832430.png); background-position: center; background-repeat:no-repeat;    border-radius: 100px;  border:1px #ccc solid; margin-top:30px; transition: 0.3s all ease;}
.news_div_item:hover .news_div_item_body:after{background-color:#059bfa; width:60px;border:1px #059bfa solid; background-image: url(//memberpic.114my.cn/hndtrf/uploadfile/image/20211130/20211130092335_1492093772.png);  }

.news_div_item:hover a.news_div_item_a{color:#059bfa; }


@media (max-width: 1400px){
a.news_div_item_a{font-size:15px;}
.news_div .news_div_item:first-child{height:560px;}
.news_div .news_div_item:first-child .news_div_item_content{top:400px;}
.news_div .news_div_item:first-child .news_div_item_date{top:76%;}
.news_div .news_div_item:last-child{display:none;}
}

@media (max-width: 1300px){
.news_div .news_div_item:first-child{height:520px;}
.news_div .news_div_item:first-child .news_div_item_content{top:360px;}
.news_div .news_div_item:first-child .news_div_item_date{top:72%;}
.news_div .news_div_item:nth-child(n+2){height:226px;}
}

/*footer*/
.footer {display: -webkit-box;display: -ms-flexbox;display: flex;}
.footer_bg{width: 100%; color: #fff;background: #131513;position: relative;overflow:hidden;padding: 80px 0 70px;}
.bq_item li{position: relative;}
.bq_item li{ float: left;position: relative;}
.bq_item li:before{content: '';position: absolute;width:12px;height: 1px;background: #059bfa;top:24px;left: -22px;}
.bq_item li+li{margin-left:15%;}
.bq_item li a{ display: block;font-size: 15px; line-height: 36px; color: rgba(255,255,255,0.47);font-weight: lighter;}
.bq_item li a:hover{color:#fff;}
.footer_t{ font-size: 18px !important; color: #fff !important;  line-height: 48px !important; position: relative;font-weight: bold;}
.footer li p img{width:120px;border:10px #fff solid;}
.copy{line-height: 30px; font-size: 14px;color: #999; margin-top:20px;    padding-top: 10px;}
.copy a{font-size: 14px; color: #999;}
.copy a:hover{color: #ff7b0f;}
.copy_bg{height: 80px;background: #131513;line-height: 80px;overflow:hidden;border-top: 1px solid rgba(255,255,255,0.1);}
.copy_b{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.copy_bg div{color: rgba(255,255,255,0.47);}
.copy_b div:nth-child(1){width: 65%;}
.copy_bg div a{color: rgba(255,255,255,0.47);font-size:14px;}
.copy_bg div a:hover{color:#fff;}
.foo_icon li div p {margin-top: 3px;}
.cl {clear: both;}
.banq{width: 73%;}
.bq_cl>b, .bq_cr>b, .bq_r>b {font-size: 24px;color: #fff;display: block;margin-bottom: 20px;line-height: 48px;}
.bq_ewm {display: -webkit-box;display: -ms-flexbox;display: flex;padding-top: 40px;position: relative;}
.bq_ewm li span {display: block;width: 36px;height: 36px;border-radius: 100%;font-size: 14px;text-align: center;line-height: 34px;color: #fff;background: #131513;border:1px solid rgba(255,255,255,0.3);}
.bq_ewm li span img{width: 100%;}
.bq_ewm li span:hover{background:#059bfa;border-color:#059bfa;}
.ewm_cc {position: absolute;top: -100px;left:0;display: none;}
.bq_r {width: 26%;position: relative;-webkit-box-sizing: border-box;box-sizing: border-box;}
.bq_lx {line-height: 36px;}
.bq_lx li{font-size: 15px;color: rgba(255,255,255,0.47);}
.bq_ewm li+li {margin-left: 10px;}
.bq_item li:first-child {padding-left: 20px;}
.bq_item li:first-child:before {left: 0;}



.links{ background:#059bfa; line-height:92px; font-size:18px; color:#333;}
.links p.fl{ background:url(//memberpic.114my.cn/hndtrf/uploadfile/image/20211130/20211130092445_1950631482.png) no-repeat left center; padding-left:33px;color:#fff;}
.links p.fr a{ font-size:14px; color:#333; font-weight:lighter;}
.end{ text-align:center;}
.end,.end a{ font-size:14px; color:#666; font-weight:lighter; line-height:70px;}
.links_r{width:90% !important; padding-left:1%;}
.linkTagcs{width:100% !important;}
.linkTagcs li a{font-size:15px;}



/* 在线客服*/
.y-kefu-box { position: fixed; right: 0; bottom: 10%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.cn/022848/uploadfile/image/20210928/20210928161659_1751919521.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #059bfa; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #059bfa; border-color: #059bfa; color: #fff; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.line-b{ border-bottom: solid 1px #efefef;}
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color:#059bfa; border-color: #059bfa;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px;border-bottom: 1px #efefef solid;border-top: 0px !important;}
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;}
.y-kefu-box01 .mobile-infos { width: 220px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color:#059bfa; font-size: 18px; }
y-kefu-box .right {width: 12px;height: 12px;position: absolute;right: -12px;top: 24px;}
y-kefu-box .right-arrow1,y-kefu-box .right-arrow2 {width: 0;height: 0;display: block;position: absolute;left: 0;top: 0;border-top: 6px transparent dashed;border-right: 6px transparent dashed;border-bottom: 6px transparent dashed;border-left: 6px white solid;overflow: hidden;}
y-kefu-box .right-arrow1 {left: 1px;border-left: 6px #efefef solid;}
y-kefu-box .right-arrow2 {border-left: 6px white solid;}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 140px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 140px; padding-bottom:10px;}
.y-kefu-box01 .y-ewm-box img { width:130px; height:130px; margin: 0 auto; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 140px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:170px;}
.y-kefu-box01 .y-email-infos p { color:#059bfa; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }
.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#059bfa;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }